home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Bonus.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  620 b   |  19 lines

  1. on exitFrame
  2.   if the movieRate of sprite 8 = 0 then
  3.     set the castNum of sprite 6 to the number of member "play"
  4.   end if
  5.   set the visible of sprite 8 to 10
  6.   if not rollOver(19) and not rollOver(20) and not rollOver(21) and not rollOver(22) and not rollOver(23) and not rollOver(24) and not rollOver(25) and not rollOver(26) then
  7.     set the visible of sprite 8 to 1
  8.     repeat with x = 20 to 26
  9.       set the visible of sprite x to 0
  10.     end repeat
  11.     set the height of sprite 19 to 35
  12.   else
  13.     if the visible of sprite 20 = 1 then
  14.       set the visible of sprite 8 to 0
  15.     end if
  16.   end if
  17.   go(the frame)
  18. end
  19.